'Declaration
Public Event PdfPasswordRequest As GdViewer.PdfPasswordRequestEventHandler
public event GdViewer.PdfPasswordRequestEventHandler PdfPasswordRequest
public event PdfPasswordRequest: GdViewer.PdfPasswordRequestEventHandler;
In JScript, you can handle the events defined by another class, but you cannot define your own.
public: __event GdViewer.PdfPasswordRequestEventHandler* PdfPasswordRequest
public: event GdViewer.PdfPasswordRequestEventHandler^ PdfPasswordRequest